)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"e5cf527988fb63e38449c6effce2f2155be22937","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"55f361a6_df260023","updated":"2022-09-12 13:41:45.000000000","message":"I don\u0027t think that this is expected to work. The hostname of a VM is immutable, the name in Nova is not the same thing. Even if it was, Neutron has no way of knowing when the name changes in Nova.","commit_id":"302005b402d8bfd72895fe60e815c03ebeeb90ad"},{"author":{"_account_id":28609,"name":"Arkady Shtempler","email":"ashtempl@redhat.com","username":"ashtempl"},"change_message_id":"383096725199193b9d8d6784c20f6e763bb44464","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"8ae03b51_e41eacc1","in_reply_to":"55f361a6_df260023","updated":"2022-09-12 13:58:00.000000000","message":"That\u0027s correct and this is how it works now, but I also think that is a VALID customer case scenario, therefore launchpaid + skip on bug decorator makes sense.","commit_id":"302005b402d8bfd72895fe60e815c03ebeeb90ad"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"c2bbee44635c872c1e4454ee3c53dd11e5858624","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"261979c2_e09a6b73","updated":"2022-09-12 17:39:36.000000000","message":"Actually I must learn that this feature has been implemented in nova recently https://specs.openstack.org/openstack/nova-specs/specs/xena/implemented/configurable-instance-hostnames.html, so this might make sense. I would still suggest to create a RFE bug against neutron first to discuss this feature.","commit_id":"a98862bff4ec730fdc0e379402d9a5e1a5a95c01"},{"author":{"_account_id":28609,"name":"Arkady Shtempler","email":"ashtempl@redhat.com","username":"ashtempl"},"change_message_id":"badad176301ce7c879bd1c28f3eaa6b825d58497","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"203f4998_0f24c59c","updated":"2022-09-12 18:08:05.000000000","message":"recheck\n\nRecheck the results","commit_id":"a98862bff4ec730fdc0e379402d9a5e1a5a95c01"},{"author":{"_account_id":28609,"name":"Arkady Shtempler","email":"ashtempl@redhat.com","username":"ashtempl"},"change_message_id":"bd33f8297d6ffff4da344ae2e5c508904577a976","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"77bd5e1a_4e67ca5d","updated":"2022-09-15 09:07:54.000000000","message":"recheck\n\nRecheck the results","commit_id":"a98862bff4ec730fdc0e379402d9a5e1a5a95c01"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"0df9eea5956d6b563eb0f6d30b491c7326758d0a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"c0a0831d_ed6a6f96","in_reply_to":"261979c2_e09a6b73","updated":"2022-09-20 18:09:56.000000000","message":"nova does not support updating the hostname in neutron even with that feature\n\nso this would requrie a new nova RFE but im not configed that nova should update the hostname on a floating ip\n\nthat feel like its out of neutron scope and shoudl be done by a higher level orchestator.\n\nso rom my perspective this test as written should not pass and im not seeing a very compellign reason to enable this usecase in nova.","commit_id":"a98862bff4ec730fdc0e379402d9a5e1a5a95c01"}],"neutron_tempest_plugin/scenario/test_dns_integration.py":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"337afe54c79cd4832f97039843acc33bb37e7ad1","unresolved":true,"context_lines":[{"line_number":140,"context_line":"        server_ip \u003d server[\u0027fip\u0027][\u0027floating_ip_address\u0027]"},{"line_number":141,"context_line":"        self._verify_dns_records(server_ip, name)"},{"line_number":142,"context_line":"        updated_name \u003d data_utils.rand_name(\u0027updated_name\u0027)"},{"line_number":143,"context_line":"        self.server_client.update_server("},{"line_number":144,"context_line":"            server[\u0027server\u0027][\u0027id\u0027], name\u003dupdated_name)"},{"line_number":145,"context_line":"        self._verify_dns_records(server_ip, updated_name)"},{"line_number":146,"context_line":"        self._verify_dns_records(server_ip, name, found\u003dFalse)"},{"line_number":147,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"5bc13eb8_c7989dba","line":144,"range":{"start_line":143,"start_character":0,"end_line":144,"end_character":54},"updated":"2022-09-19 11:16:07.000000000","message":"this is incorrect you are updateing the servers displayname not the\nthe servers hostname.\n\nhttps://docs.openstack.org/api-ref/compute/?expanded\u003dupdate-server-detail#update-server\n\nand updating the hostname is no intented to update the neutron port today.\nit was not part of the scope of https://specs.openstack.org/openstack/nova-specs/specs/xena/implemented/configurable-instance-hostnames.html\n\nif you want to change the hostname seen in desginate today the expecation is that you will update the neutron port or floting ip directly.\n\nuntil xena(2.90) it was not possible to change the instance.hostname after the vm was booted so this test would also not work on older clouds even if it used the correct parmater.","commit_id":"a98862bff4ec730fdc0e379402d9a5e1a5a95c01"}]}
