)]}'
{"nova/api/openstack/compute/views/servers.py":[{"author":{"_account_id":14070,"name":"Eric Fried","email":"openstack@fried.cc","username":"efried"},"change_message_id":"3d72d3775c69f8cd04e90bc81764b45a014de4c2","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                       for server in servers"},{"line_number":427,"context_line":"                       # Filter out the fake marker instance created by the"},{"line_number":428,"context_line":"                       # fill_virtual_interface_list online data migration."},{"line_number":429,"context_line":"                       if server.uuid !\u003d virtual_interface.FAKE_UUID]"},{"line_number":430,"context_line":"        servers_links \u003d self._get_collection_links(request,"},{"line_number":431,"context_line":"                                                   servers,"},{"line_number":432,"context_line":"                                                   coll_name)"}],"source_content_type":"text/x-python","patch_set":2,"id":"dfbec78f_fc34834c","line":429,"updated":"2019-05-06 17:21:25.000000000","message":"Is this the only place this guy shows up? I would think we would want to exclude it always from everything.","commit_id":"67e2822e2c8ec9be069a80b5b66de06a91a2e6b6"},{"author":{"_account_id":14070,"name":"Eric Fried","email":"openstack@fried.cc","username":"efried"},"change_message_id":"a8cbe521600030c7b268ccb26b88b30fb6e8175e","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                       for server in servers"},{"line_number":427,"context_line":"                       # Filter out the fake marker instance created by the"},{"line_number":428,"context_line":"                       # fill_virtual_interface_list online data migration."},{"line_number":429,"context_line":"                       if server.uuid !\u003d virtual_interface.FAKE_UUID]"},{"line_number":430,"context_line":"        servers_links \u003d self._get_collection_links(request,"},{"line_number":431,"context_line":"                                                   servers,"},{"line_number":432,"context_line":"                                                   coll_name)"}],"source_content_type":"text/x-python","patch_set":2,"id":"dfbec78f_a7aef4e4","line":429,"in_reply_to":"dfbec78f_075ca023","updated":"2019-05-06 17:52:16.000000000","message":"Cool beans. Thanks for the explanation.","commit_id":"67e2822e2c8ec9be069a80b5b66de06a91a2e6b6"},{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"47fb62b09331a26452736fe18a4c2a7029f847a9","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                       for server in servers"},{"line_number":427,"context_line":"                       # Filter out the fake marker instance created by the"},{"line_number":428,"context_line":"                       # fill_virtual_interface_list online data migration."},{"line_number":429,"context_line":"                       if server.uuid !\u003d virtual_interface.FAKE_UUID]"},{"line_number":430,"context_line":"        servers_links \u003d self._get_collection_links(request,"},{"line_number":431,"context_line":"                                                   servers,"},{"line_number":432,"context_line":"                                                   coll_name)"}],"source_content_type":"text/x-python","patch_set":2,"id":"dfbec78f_075ca023","line":429,"in_reply_to":"dfbec78f_fc34834c","updated":"2019-05-06 17:49:40.000000000","message":"This is where it would show up for list type operations for servers:\n\n* GET /servers\n* GET /servers/detail\n\nI guess technically you could trigger it by trying to show the specific instance with it\u0027s fake UUID, but I don\u0027t really care about fixing that since it shouldn\u0027t happen.\n\nThere are other APIs where we show instances, like on a compute node in the GET /os-hypervisors API, but that\u0027s only instances for the given node, and this fake instance isn\u0027t on a node so it wouldn\u0027t show up in the DB query there.","commit_id":"67e2822e2c8ec9be069a80b5b66de06a91a2e6b6"}]}
