Fix typo in "DhcpAgent.enable_isolated_metadata_proxy"

Change-Id: Iecf1b9ce1472ae73dee9642e949e3fd14d69ed68
Related-Bug: #1460177
This commit is contained in:
Rodolfo Alonso Hernandez 2021-01-29 11:51:14 +00:00
parent 0fb63f7297
commit bfb8ef0199
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,