Fix unit test error from c-h sync
This commit is contained in:
parent
7a5ec35e47
commit
3b96c016b4
@ -337,6 +337,8 @@ class NeutronAPIHooksTests(CharmTestCase):
|
||||
relation_settings=_endpoints
|
||||
)
|
||||
|
||||
@patch('charmhelpers.contrib.openstack.ip.service_name',
|
||||
lambda *args: 'neutron-api')
|
||||
@patch('charmhelpers.contrib.openstack.ip.unit_get')
|
||||
@patch('charmhelpers.contrib.openstack.ip.is_clustered')
|
||||
@patch('charmhelpers.contrib.openstack.ip.config')
|
||||
|
Loading…
Reference in New Issue
Block a user