运行命令报错: Host a90d78c8-cc9b-46ee-adc0-368162d4e783 could not be found Neutron server returns request_ids: ['req-5b7df42c-17a5-4eb2-a89a-99d5893019e9'] sysinv日志: 2019-09-16 15:53:40.322 181437 ERROR sysinv.openstack.common.rpc.amqp [req-a1886a1f-a359-4257-89a4-3d7d7868f763 admin admin] Exception during message handling 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp Traceback (most recent call last): 2019-09-16 hah15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp **args) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8082, in neutron_bind_interface 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp providernets, mtu, vlans=vlans, test=test) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sysinv/conductor/openstack.py", line 180, in bind_interface 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp client.host_bind_interface(host_uuid, body=body) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 1493, in host_bind_interface 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp return self.put(self.host_bind_path % (host_id), body=body) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 364, in put 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp headers=headers, params=params) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 332, in retry_request 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp headers=headers, params=params) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 295, in do_request 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp self._handle_fault_response(status_code, replybody, resp) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 271, in _handle_fault_response 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp exception_handler_v20(status_code, error_body) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp request_ids=request_ids) 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp NotFound: Host a90d78c8-cc9b-46ee-adc0-368162d4e783 could not be found 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp Neutron server returns request_ids: ['req-f81f3227-bee4-4c8d-961e-7d362d5bc7f4'] 2019-09-16 15:53:40.322 181437 TRACE sysinv.openstack.common.rpc.amqp 2019-09-16 15:53:40.323 181437 ERROR sysinv.openstack.common.rpc.common [req-a1886a1f-a359-4257-89a4-3d7d7868f763 admin admin] Returning exception Host a90d78c8-cc9b-46ee-adc0-368162d4e783 could not be found Neutron server returns request_ids: ['req-f81f3227-bee4-4c8d-961e-7d362d5bc7f4'] to caller 2019-09-16 15:53:40.323 181437 ERROR sysinv.openstack.common.rpc.common [req-a1886a1f-a359-4257-89a4-3d7d7868f763 admin admin] ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/manager.py", line 8082, in neutron_bind_interface\n providernets, mtu, vlans=vlans, test=test)\n', ' File "/usr/lib64/python2.7/site-packages/sysinv/conductor/openstack.py", line 180, in bind_interface\n client.host_bind_interface(host_uuid, body=body)\n', ' File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 1493, in host_bind_interface\n return self.put(self.host_bind_path % (host_id), body=body)\n', ' File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 364, in put\n headers=headers, params=params)\n', ' File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 332, in retry_request\n headers=headers, params=params)\n', ' File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 295, in do_request\n self._handle_fault_response(status_code, replybody, resp)\n', ' File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 271, in _handle_fault_response\n exception_handler_v20(status_code, error_body)\n', ' File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20\n request_ids=request_ids)\n', "NotFound: Host a90d78c8-cc9b-46ee-adc0-368162d4e783 could not be found\nNeutron server returns request_ids: ['req-f81f3227-bee4-4c8d-961e-7d362d5bc7f4']\n"] 2019-09-16 15:53:40.328 183700 WARNING wsme.api [-] Client-side error: Host a90d78c8-cc9b-46ee-adc0-368162d4e783 could not be found Neutron server returns request_ids: ['req-f81f3227-bee4-4c8d-961e-7d362d5bc7f4'] 2019-09-17T10:45:49.530 controller-0 nova-scheduler[33281]: info 2019-09-17 10:45:49.530 33281 ERROR nova.scheduler.host_manager [req-0d923831-39bd-4994-92c1-2cba3b5b728f - - - - -] sysinv client error = internal endpoint for platform service in RegionOne region not found: EndpointNotFound: internal endpoint for platform service in RegionOne region not found 添加--debug参数后显示报错内容: [wrsroot@controller-0 ~(keystone_admin)]$ system --debug host-if-modify -p providernet-a -c data compute-1 enp63s0f0 DEBUG (base:189) Making authentication request to http://192.168.2.3:5000/v3/auth/tokens DEBUG (connectionpool:207) Starting new HTTP connection (1): 192.168.2.3 DEBUG (connectionpool:395) http://192.168.2.3:5000 "POST /v3/auth/tokens HTTP/1.1" 201 10747 DEBUG (base:194) {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "61814c8a1adb4fe8aeff59f1b9034134", "name": "admin"}], "expires_at": "2019-09-17T12:12:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f35e0b96a734bbd99f3e75cf665532f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.169.0.2:5000/v3", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "ff19e1cf324742259e3c45a525beb854"}, {"url": "http://192.168.2.3:5000/v3", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "7a7fffdb9a5f4292a813b5939a787420"}, {"url": "http://192.168.2.3:5000/v3", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "b3b7b46bddcf4151be14e80fea100ca6"}], "type": "identity", "id": "b1abaeb0e99a4cebab0b5faf057e98c5", "name": "keystone"}, {"endpoints": [{"url": "http://172.169.0.2:6385/v1", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "2cd5dba7414e4fa8a99a3d6870c91894"}, {"url": "http://192.168.2.3:6385/v1", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "ca3eef6c96a54a94a6466a598f1b20de"}, {"url": "http://192.168.2.3:6385/v1", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "37089c72f89b49518628fef5f45d9431"}], "type": "platform", "id": "c6669d5132ea423c9f1b5296d051bb96", "name": "sysinv"}, {"endpoints": [{"url": "http://172.169.0.2:18002", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "ecc179ada22c4a2b81e721a4171e7a80"}, {"url": "http://192.168.2.3:18002", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "3170aa7a4e9e47a8959dfda9e91da924"}, {"url": "http://192.168.2.3:18002", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "f9f76954448d4affb14f8145518f484f"}], "type": "faultmanagement", "id": "08677fd26ebe4989870d6e541eb3b5aa", "name": "fm"}, {"endpoints": [{"url": "http://172.169.0.2:9292", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "abc73bde115549709f98882c3f74cce6"}, {"url": "http://192.168.2.3:9292", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "01a447b775064b14a4901f20a8724aec"}, {"url": "http://192.168.2.3:9292", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "5afe81897e0c4b4c97ecdcad2b4828ac"}], "type": "image", "id": "26cd2a12729c4691a40536b19a0996ba", "name": "glance"}, {"endpoints": [{"url": "http://172.169.0.2:8042", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "c1f8e710b0ff464daa72a5735871d358"}, {"url": "http://192.168.2.3:8042", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "21909496b55b47e8ae290f81ead77cdc"}, {"url": "http://192.168.2.3:8042", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "a7c8c8262a684f48aa865ad58c735866"}], "type": "alarming", "id": "78ebf628becd43b2b298b2a83d0558b6", "name": "aodh"}, {"endpoints": [{"url": "http://172.169.0.2:8778", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "38e0a9d6b8b34377b017db13ec7510cd"}, {"url": "http://192.168.2.3:8778", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "70a5bf1d5b59451296fe1c1b84e208c3"}, {"url": "http://192.168.2.3:8778", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "98f12f778ee44f8191bc6e2f6fa399f4"}], "type": "placement", "id": "025bee335f214abc8002a2241dfe3a53", "name": "placement"}, {"endpoints": [{"url": "http://172.169.0.2:8041", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "365dce3a097d42bab9a2e752378e61e3"}, {"url": "http://192.168.2.3:8041", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "0103c64fde344ce892945936d5508bc7"}, {"url": "http://192.168.2.3:8041", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "e3fa845f3e2b4d18bddc3eda87ab8e4e"}], "type": "metric", "id": "83aebba97e81427a846a36edddb39859", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.169.0.2:8774/v2.1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "2e70935f01844b9ea1afbe226f734fd8"}, {"url": "http://192.168.2.3:8774/v2.1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "c7b1375a7709466f8aefdb96603caab9"}, {"url": "http://192.168.2.3:8774/v2.1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "6d99b72a30514625afdf522ab57fa3f2"}], "type": "compute", "id": "2d0462d228794117a72b2fa85d4d9089", "name": "nova"}, {"endpoints": [{"url": "http://172.169.0.2:8000/v1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "d9ed726c3e014c9fb5aa63a8e9930f87"}, {"url": "http://192.168.2.3:8000/v1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "7d9ac71d36d54ce2abf44a857dc89dba"}, {"url": "http://192.168.2.3:8000/v1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "3409762ffded4255b2dc6fd93468bfb0"}], "type": "cloudformation", "id": "eac8766c3d02445e83198385946c9d1e", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.169.0.2:9696", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "257eb4e4fdd34bd1a6671a09a8231f2e"}, {"url": "http://192.168.2.3:9696", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "6c7f38a941a44b27af5101e3d3f568e9"}, {"url": "http://192.168.2.3:9696", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "d992bc4019084e4492c1eaedf96b1016"}], "type": "network", "id": "e15e807c26294087928aac92395874bc", "name": "neutron"}, {"endpoints": [{"url": "http://172.169.0.2:15491", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "ac7858ea9d9a461e8e88f334beeeafd9"}, {"url": "http://192.168.2.3:5491", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "f9b2bcd3975a45f4ba2b2786bc38a989"}, {"url": "http://192.168.2.3:5491", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "dad37d61eb3241c983bcbfc74e5a6496"}], "type": "patching", "id": "0ef48e02d6de4a12b719daf00355c18c", "name": "patching"}, {"endpoints": [], "type": "metering", "id": "bfa91b28d9684a7a8ba23aa7e210056c", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.169.0.2:4545", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "3d95925d47224c8ea0b8786379e13ee6"}, {"url": "http://192.168.2.3:4545", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "260a1db26a414a87804079be08093fa2"}, {"url": "http://192.168.2.3:4545", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "1aded64fd932498385d1778c0d58db7c"}], "type": "nfv", "id": "02344acd51304094946708eedcea66cd", "name": "vim"}, {"endpoints": [{"url": "http://172.169.0.2:7777", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "8d9eba22dd454ccba539e1be4540c442"}, {"url": "http://192.168.2.3:7777", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "fd0dc1c54eb54c4cb90e3df59d752d0c"}, {"url": "http://192.168.2.3:7777", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "96257028f2b0405ebbc937ea15cec6ae"}], "type": "smapi", "id": "4d5ca1714ae2424a8a5e8fb84f0ef9b8", "name": "smapi"}, {"endpoints": [{"url": "http://172.169.0.2:8977", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "8ca65a9fa4dc434d9790f41a0eae378f"}, {"url": "http://192.168.2.3:8977", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "b5863f0e69344380a434261879bb46d0"}, {"url": "http://192.168.2.3:8977", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "eb8425bc892c4fa99d3d27c38bd25fb4"}], "type": "event", "id": "2a541e99b1f24b06b0354edcd4565ec7", "name": "panko"}, {"endpoints": [{"url": "http://172.169.0.2:8004/v1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "7f005771cc2848cb876f230e11f5cd56"}, {"url": "http://192.168.2.3:8004/v1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "59f5c6a9ac2343c6847af337ab03c725"}, {"url": "http://192.168.2.3:8004/v1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "8fc40db1d4fe477096b98e20f9a88cfe"}], "type": "orchestration", "id": "1cf67c446808404da3e9b59a16361537", "name": "heat"}, {"endpoints": [{"url": "http://172.169.0.2:8776/v3/9f35e0b96a734bbd99f3e75cf665532f", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "2c4b1fbb7a1d4a599916f0c0baebf21c"}, {"url": "http://192.168.2.3:8776/v3/9f35e0b96a734bbd99f3e75cf665532f", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "7ea684dd3a7d40e180957b8d5cd8ece9"}, {"url": "http://192.168.2.3:8776/v3/9f35e0b96a734bbd99f3e75cf665532f", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "6273a900d7d0487c8e831a774169b5ed"}], "type": "volumev3", "id": "533f51f656b541a6b1fe64f622dfc14b", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.169.0.2:8776/v2/9f35e0b96a734bbd99f3e75cf665532f", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "e7c0e503d4b642269e2c5354a8dfb89b"}, {"url": "http://192.168.2.3:8776/v2/9f35e0b96a734bbd99f3e75cf665532f", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "acc40f056efa4eba88735c22328cb037"}, {"url": "http://192.168.2.3:8776/v2/9f35e0b96a734bbd99f3e75cf665532f", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "d934eb0d835f4c05a2ad41c27521b88d"}], "type": "volumev2", "id": "14330c79122a4b578fc2bf76d587c019", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.169.0.2:8776/v1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "public", "region": "Jinan", "region_id": "Jinan", "id": "93fbc562187149dbb43db2ca5ebb2bc8"}, {"url": "http://192.168.2.3:8776/v1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "internal", "region": "Jinan", "region_id": "Jinan", "id": "0ce24a25c0c44dac988113f7e5973aa9"}, {"url": "http://192.168.2.3:8776/v1/9f35e0b96a734bbd99f3e75cf665532f", "interface": "admin", "region": "Jinan", "region_id": "Jinan", "id": "0cd41761ed9045419285727f8cdf7b56"}], "type": "volume", "id": "da760d58992e44f5a16684307d3c49a8", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7294d2595ea04ae19e0ccdfce0076001"}, "audit_ids": ["EjULFjDeRGG5KghIjR3KZA"], "issued_at": "2019-09-17T11:12:57.000000Z"}} DEBUG (utils:201) REQ: curl -i http://192.168.2.3:6385/v1/ihosts -X GET -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017ca1971521a7a9fd8e769b31586425caefac18" connect: (192.168.2.3, 6385) ************ send: 'GET /v1/ihosts HTTP/1.1\r\nHost: 192.168.2.3:6385\r\nuser-agent: Python-httplib2/0.9.2 (gzip)\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nx-auth-token: gAAAAABdgL-5juA6YvRRh4LFKEsf1Ct1NvLkgrmD8O6DKnObjfL1YT8UZjyjl28o27o0v194ZYcatgtCFiLUjVBVw0aVjaQ_pVf_KE2ZzeyttsWcPTfqlzIRX_E1PYAXG3fxDPtt97ZoBvArw7Vav1Ey9Llz0TjPyfrihHhjTTrXM6TKtawGDWQ\r\n\r\n' reply: 'HTTP/1.1 200 OK\r\n' header: Content-Length: 4593 header: Content-Type: application/json header: Date: Tue, 17 Sep 2019 11:12:57 GMT DEBUG (http:162) RESP: {"ihosts": [{"tboot": "false", "reserved": "False", "links": [{"href": "http://192.168.2.3:6385/v1/ihosts/b582e3e4-c0cd-45c8-9e07-0b1648163d31", "rel": "self"}, {"href": "http://192.168.2.3:6385/ihosts/b582e3e4-c0cd-45c8-9e07-0b1648163d31", "rel": "bookmark"}], "subfunctions": "controller", "config_applied": "57646de8-c5ac-4228-af24-05ca6b7165b7", "bm_ip": null, "updated_at": "2019-09-17T11:06:19.201891+00:00", "install_state": null, "rootfs_device": "/dev/disk/by-path/pci-0000:00:11.5-ata-5.0", "ihost_action": "unlock", "bm_username": null, "id": 1, "iprofile_uuid": null, "serialid": null, "availability": "available", "vim_progress_status": "services-enabled", "uptime": 61514, "console": "tty0", "uuid": "b582e3e4-c0cd-45c8-9e07-0b1648163d31", "mgmt_ip": "192.168.2.4", "software_load": "18.10", "config_status": "Config out-of-date", "hostname": "controller-0", "iscsi_initiator_name": "iqn.1994-05.com.redhat:2df1f099bdf8", "capabilities": {"Personality": "Controller-Active"}, "operational": "enabled", "location": {}, "invprovision": "provisioned", "administrative": "unlocked", "personality": "controller", "mtce_info": null, "isystem_uuid": "a2e007e9-ddb8-4b9d-a07b-d39b3b3de5cc", "boot_device": "/dev/disk/by-path/pci-0000:00:11.5-ata-5.0", "mgmt_mac": "6c:92:bf:da:17:f3", "subfunction_oper": "disabled", "peers": null, "task": "", "ttys_dcd": null, "target_load": "18.10", "install_state_info": null, "created_at": "2019-08-06T09:33:44.980725+00:00", "subfunction_avail": "not-installed", "install_output": "text", "action": "none", "bm_type": null, "config_target": "d7646de8-c5ac-4228-af24-05ca6b7165b7"}, {"tboot": "false", "reserved": "False", "links": [{"href": "http://192.168.2.3:6385/v1/ihosts/9e28a751-a27d-4f2b-b840-1c279b15cb9f", "rel": "self"}, {"href": "http://192.168.2.3:6385/ihosts/9e28a751-a27d-4f2b-b840-1c279b15cb9f", "rel": "bookmark"}], "subfunctions": "compute", "config_applied": "57646de8-c5ac-4228-af24-05ca6b7165b7", "bm_ip": null, "updated_at": "2019-09-17T11:10:48.297523+00:00", "install_state": "completed", "rootfs_device": "sda", "ihost_action": "unlock", "bm_username": null, "id": 2, "iprofile_uuid": null, "serialid": null, "availability": "available", "vim_progress_status": "services-enabled", "uptime": 1279612, "console": "ttyS0,115200", "uuid": "9e28a751-a27d-4f2b-b840-1c279b15cb9f", "mgmt_ip": "192.168.2.152", "software_load": "18.10", "config_status": null, "hostname": "compute-0", "iscsi_initiator_name": "iqn.1994-05.com.redhat:78807e10ecb6", "capabilities": {}, "operational": "enabled", "location": {}, "invprovision": "provisioned", "administrative": "unlocked", "personality": "compute", "mtce_info": null, "isystem_uuid": "a2e007e9-ddb8-4b9d-a07b-d39b3b3de5cc", "boot_device": "sda", "mgmt_mac": "6c:92:bf:da:18:db", "subfunction_oper": "disabled", "peers": null, "task": "", "ttys_dcd": null, "target_load": "18.10", "install_state_info": null, "created_at": "2019-08-06T10:22:08.938186+00:00", "subfunction_avail": "offline", "install_output": "text", "action": "none", "bm_type": null, "config_target": "57646de8-c5ac-4228-af24-05ca6b7165b7"}, {"tboot": "false", "reserved": "False", "links": [{"href": "http://192.168.2.3:6385/v1/ihosts/a90d78c8-cc9b-46ee-adc0-368162d4e783", "rel": "self"}, {"href": "http://192.168.2.3:6385/ihosts/a90d78c8-cc9b-46ee-adc0-368162d4e783", "rel": "bookmark"}], "subfunctions": "compute", "config_applied": "10ca7283-661b-4fdd-83d3-7e6482b4840d", "bm_ip": null, "updated_at": "2019-09-17T11:12:54.055446+00:00", "install_state": "completed+", "rootfs_device": "sda", "ihost_action": "", "bm_username": null, "id": 6, "iprofile_uuid": null, "serialid": null, "availability": "online", "vim_progress_status": null, "uptime": 62296, "console": "ttyS0,115200", "uuid": "a90d78c8-cc9b-46ee-adc0-368162d4e783", "mgmt_ip": "192.168.2.77", "software_load": "18.10", "config_status": "none", "hostname": "compute-1", "iscsi_initiator_name": "iqn.1994-05.com.redhat:26cf45ab76a6", "capabilities": {}, "operational": "disabled", "location": {}, "invprovision": "unprovisioned", "administrative": "locked", "personality": "compute", "mtce_info": null, "isystem_uuid": "a2e007e9-ddb8-4b9d-a07b-d39b3b3de5cc", "boot_device": "sda", "mgmt_mac": "6c:92:bf:da:18:a3", "subfunction_oper": "disabled", "peers": null, "task": "", "ttys_dcd": null, "target_load": "18.10", "install_state_info": null, "created_at": "2019-09-11T16:29:08.007824+00:00", "subfunction_avail": "not-installed", "install_output": "text", "action": "none", "bm_type": null, "config_target": "34775980-a76e-4f62-90df-7d2240c7b030"}]} DEBUG (utils:201) REQ: curl -i http://192.168.2.3:6385/v1/ihosts/a90d78c8-cc9b-46ee-adc0-368162d4e783/iinterfaces -X GET -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017ca1971521a7a9fd8e769b31586425caefac18" connect: (192.168.2.3, 6385) ************ send: 'GET /v1/ihosts/a90d78c8-cc9b-46ee-adc0-368162d4e783/iinterfaces HTTP/1.1\r\nHost: 192.168.2.3:6385\r\nuser-agent: Python-httplib2/0.9.2 (gzip)\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nx-auth-token: gAAAAABdgL-5juA6YvRRh4LFKEsf1Ct1NvLkgrmD8O6DKnObjfL1YT8UZjyjl28o27o0v194ZYcatgtCFiLUjVBVw0aVjaQ_pVf_KE2ZzeyttsWcPTfqlzIRX_E1PYAXG3fxDPtt97ZoBvArw7Vav1Ey9Llz0TjPyfrihHhjTTrXM6TKtawGDWQ\r\n\r\n' reply: 'HTTP/1.1 200 OK\r\n' header: Content-Length: 3873 header: Content-Type: application/json header: Date: Tue, 17 Sep 2019 11:12:58 GMT DEBUG (http:162) RESP: {"iinterfaces": [{"forihostid": 6, "iftype": "ethernet", "uuid": "85162d92-3306-4635-947c-b6d6b7183f2c", "txhashpolicy": null, "sriov_numvfs": null, "uses": [], "schedpolicy": null, "links": [{"href": "http://192.168.2.3:6385/v1/iinterfaces/85162d92-3306-4635-947c-b6d6b7183f2c", "rel": "self"}, {"href": "http://192.168.2.3:6385/iinterfaces/85162d92-3306-4635-947c-b6d6b7183f2c", "rel": "bookmark"}], "imac": "6c:92:bf:da:18:a2", "networks": [], "ihost_uuid": "a90d78c8-cc9b-46ee-adc0-368162d4e783", "imtu": 1500, "ifclass": null, "aemode": null, "providernetworks": null, "networktype": null, "ifname": "enp63s0f0", "used_by": [], "vlan_id": null}, {"forihostid": 6, "iftype": "ethernet", "ipv4_mode": "static", "uuid": "4a7a3906-e556-412a-9e4e-0c8a0c05e909", "txhashpolicy": null, "sriov_numvfs": 0, "uses": [], "schedpolicy": null, "links": [{"href": "http://192.168.2.3:6385/v1/iinterfaces/4a7a3906-e556-412a-9e4e-0c8a0c05e909", "rel": "self"}, {"href": "http://192.168.2.3:6385/iinterfaces/4a7a3906-e556-412a-9e4e-0c8a0c05e909", "rel": "bookmark"}], "imac": "6c:92:bf:da:18:a3", "networks": ["1"], "ihost_uuid": "a90d78c8-cc9b-46ee-adc0-368162d4e783", "ipv6_mode": "disabled", "imtu": 1500, "ifclass": "platform", "aemode": null, "providernetworks": null, "networktype": "mgmt", "ifname": "mgmt0", "used_by": [], "vlan_id": null}, {"forihostid": 6, "iftype": "ethernet", "uuid": "f7c924e1-c9d8-4f91-8773-cb81699904b8", "txhashpolicy": null, "sriov_numvfs": null, "uses": [], "schedpolicy": null, "links": [{"href": "http://192.168.2.3:6385/v1/iinterfaces/f7c924e1-c9d8-4f91-8773-cb81699904b8", "rel": "self"}, {"href": "http://192.168.2.3:6385/iinterfaces/f7c924e1-c9d8-4f91-8773-cb81699904b8", "rel": "bookmark"}], "imac": "6c:92:bf:e0:1f:bd", "networks": [], "ihost_uuid": "a90d78c8-cc9b-46ee-adc0-368162d4e783", "imtu": 1500, "ifclass": null, "aemode": null, "providernetworks": null, "networktype": null, "ifname": "enp94s0f0", "used_by": [], "vlan_id": null}, {"forihostid": 6, "iftype": "ethernet", "uuid": "82b6fe8a-4bb8-4e09-b3d7-ea9e38cfdc6e", "txhashpolicy": null, "sriov_numvfs": null, "uses": [], "schedpolicy": null, "links": [{"href": "http://192.168.2.3:6385/v1/iinterfaces/82b6fe8a-4bb8-4e09-b3d7-ea9e38cfdc6e", "rel": "self"}, {"href": "http://192.168.2.3:6385/iinterfaces/82b6fe8a-4bb8-4e09-b3d7-ea9e38cfdc6e", "rel": "bookmark"}], "imac": "6c:92:bf:e0:1f:be", "networks": [], "ihost_uuid": "a90d78c8-cc9b-46ee-adc0-368162d4e783", "imtu": 1500, "ifclass": null, "aemode": null, "providernetworks": null, "networktype": null, "ifname": "enp94s0f1", "used_by": [], "vlan_id": null}, {"forihostid": 6, "iftype": "ethernet", "uuid": "2ceb6992-5425-4d81-bece-46393ccfa01d", "txhashpolicy": null, "sriov_numvfs": null, "uses": [], "schedpolicy": null, "links": [{"href": "http://192.168.2.3:6385/v1/iinterfaces/2ceb6992-5425-4d81-bece-46393ccfa01d", "rel": "self"}, {"href": "http://192.168.2.3:6385/iinterfaces/2ceb6992-5425-4d81-bece-46393ccfa01d", "rel": "bookmark"}], "imac": "6c:92:bf:e0:1f:bf", "networks": [], "ihost_uuid": "a90d78c8-cc9b-46ee-adc0-368162d4e783", "imtu": 1500, "ifclass": null, "aemode": null, "providernetworks": null, "networktype": null, "ifname": "enp94s0f2", "used_by": [], "vlan_id": null}, {"forihostid": 6, "iftype": "ethernet", "uuid": "c18e19c4-bc44-4e73-872b-c94496d22493", "txhashpolicy": null, "sriov_numvfs": null, "uses": [], "schedpolicy": null, "links": [{"href": "http://192.168.2.3:6385/v1/iinterfaces/c18e19c4-bc44-4e73-872b-c94496d22493", "rel": "self"}, {"href": "http://192.168.2.3:6385/iinterfaces/c18e19c4-bc44-4e73-872b-c94496d22493", "rel": "bookmark"}], "imac": "6c:92:bf:e0:1f:c0", "networks": [], "ihost_uuid": "a90d78c8-cc9b-46ee-adc0-368162d4e783", "imtu": 1500, "ifclass": null, "aemode": null, "providernetworks": null, "networktype": null, "ifname": "enp94s0f3", "used_by": [], "vlan_id": null}]} DEBUG (utils:201) REQ: curl -i http://192.168.2.3:6385/v1/iinterfaces/85162d92-3306-4635-947c-b6d6b7183f2c PATCH -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017ca1971521a7a9fd8e769b31586425caefac18" -d '[{"path": "/ifclass", "value": "data", "op": "replace"}, {"path": "/providernetworks", "value": "providernet-a", "op": "replace"}]' connect: (192.168.2.3, 6385) ************ send: 'PATCH /v1/iinterfaces/85162d92-3306-4635-947c-b6d6b7183f2c HTTP/1.1\r\nHost: 192.168.2.3:6385\r\nContent-Length: 130\r\nuser-agent: Python-httplib2/0.9.2 (gzip)\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nx-auth-token: gAAAAABdgL-5juA6YvRRh4LFKEsf1Ct1NvLkgrmD8O6DKnObjfL1YT8UZjyjl28o27o0v194ZYcatgtCFiLUjVBVw0aVjaQ_pVf_KE2ZzeyttsWcPTfqlzIRX_E1PYAXG3fxDPtt97ZoBvArw7Vav1Ey9Llz0TjPyfrihHhjTTrXM6TKtawGDWQ\r\n\r\n[{"path": "/ifclass", "value": "data", "op": "replace"}, {"path": "/providernetworks", "value": "providernet-a", "op": "replace"}]' reply: 'HTTP/1.1 400 Bad Request\r\n' header: Content-Type: application/json header: Content-Length: 235 header: Date: Tue, 17 Sep 2019 11:12:58 GMT DEBUG (http:162) RESP: {"error_message": "{\"debuginfo\": null, \"faultcode\": \"Client\", \"faultstring\": \"Host a90d78c8-cc9b-46ee-adc0-368162d4e783 could not be found\\nNeutron server returns request_ids: ['req-49739baa-2a51-4674-b2df-bff2b23a2160']\"}"} WARNING (http:220) Request returned failure status. Host a90d78c8-cc9b-46ee-adc0-368162d4e783 could not be found Neutron server returns request_ids: ['req-49739baa-2a51-4674-b2df-bff2b23a2160']