)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":35642,"name":"Kirill Tyugaev","email":"goodgateaway@gmail.com","username":"damnthem"},"change_message_id":"233c319933da8aa9ca13673effa41a4f973ecc27","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"ed9fefa5_6e11302e","updated":"2023-06-16 12:11:27.000000000","message":"Also should change proxy method\n```\ndiff --git a/openstack/compute/v2/_proxy.py b/openstack/compute/v2/_proxy.py\nindex f248a999..3cbb7841 100644\n--- a/openstack/compute/v2/_proxy.py\n+++ b/openstack/compute/v2/_proxy.py\n@@ -1951,15 +1951,17 @@ class Proxy(proxy.Proxy):\n \n     # \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d Server Migrations \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n \n-    def migrate_server(self, server):\n+    def migrate_server(self, server, host\u003dNone):\n         \"\"\"Migrate a server from one host to another\n \n         :param server: Either the ID of a server or a\n             :class:`~openstack.compute.v2.server.Server` instance.\n+        :param str host:\n+            The host to which to migrate the server.\n         :returns: None\n         \"\"\"\n         server \u003d self._get_resource(_server.Server, server)\n-        server.migrate(self)\n+        server.migrate(self, host\u003dhost)\n \n     def live_migrate_server(\n         self, server, host\u003dNone, force\u003dFalse, block_migration\u003dNone,\n```","commit_id":"50f53ec602aa8de52e68f165edc4e3a0f5725a7e"},{"author":{"_account_id":24434,"name":"Fabian Wiesel","email":"fabian.wiesel@sap.com","username":"fwiesel"},"change_message_id":"97a979884ae3634bdf00d2e239349f7e249863bb","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"9b04549a_8953d76e","in_reply_to":"ed9fefa5_6e11302e","updated":"2023-06-16 12:31:55.000000000","message":"True, thanks for pointing it out.","commit_id":"50f53ec602aa8de52e68f165edc4e3a0f5725a7e"}]}
