Merge "Fix typo in "DhcpAgent.enable_isolated_metadata_proxy""

This commit is contained in:
Zuul 2021-02-02 08:07:34 +00:00 committed by Gerrit Code Review
commit 74342f8d96
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ class DhcpAgent(manager.Manager):
'Cannot serve metadata on IPv6 because DHCP driver '
'does not implement method '
'get_metadata_bind_interface(): %s',
self.dhcp_driver_class)
self.dhcp_driver_cls)
metadata_driver.MetadataDriver.spawn_monitored_metadata_proxy(
self._process_monitor, network.namespace, constants.METADATA_PORT,