From 35c5fca0c7ea77958ec11c835ce44f91fa0b2c5d Mon Sep 17 00:00:00 2001 From: Dmitrii Shcherbakov Date: Sat, 17 Jun 2023 15:07:33 +0400 Subject: [PATCH] Fix an incomplete comment about the Nova client --- zaza/openstack/charm_tests/dragent/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/dragent/tests.py b/zaza/openstack/charm_tests/dragent/tests.py index a32b0c8..a2f80f7 100644 --- a/zaza/openstack/charm_tests/dragent/tests.py +++ b/zaza/openstack/charm_tests/dragent/tests.py @@ -120,7 +120,8 @@ class DRAgentTest(neutron_tests.NeutronNetworkingBase): object after the instance creation so a retry logic is necessary. """ # The reason for looking up an instance object again is that the - # Nova client does not refresh address information after + # Nova client does not refresh address information after the + # initial retrieval. instance = nova_client.servers.find(id=instance_id) fips = neutron_tests.floating_ips_from_instance(instance) if not fips: