Fix typo 'adress_scope' to 'address_scope'
in neutron/extensions/address_scope.py.
Fix typo 'test_remove_adresses_by_interface' to
'test_remove_addresses_by_interface'
in neutron/tests/unit/agent/linux/test_keepalived.py
Change-Id: If5496911b63a9f199c9be389ab3fd938c21d091e
class AddressScopePluginBase(object):
@abc.abstractmethod
- def create_address_scope(self, context, adress_scope):
+ def create_address_scope(self, context, address_scope):
pass
@abc.abstractmethod
['169.254.192.0/18'])
self.assertEqual('169.254.0.42/24', instance.get_primary_vip())
- def test_remove_adresses_by_interface(self):
+ def test_remove_addresses_by_interface(self):
config = self._get_config()
instance = config.get_instance(1)
instance.remove_vips_vroutes_by_interface('eth2')