Fix unit test error from c-h sync

This commit is contained in:
Billy Olsen 2015-06-04 16:28:14 -07:00
parent 7a5ec35e47
commit 3b96c016b4

View File

@ -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')