Merge "pollster trap error due to zero floating ip"
This commit is contained in:
commit
d78e202b58
@ -32,6 +32,8 @@ class FloatingIPPollster(plugin.CentralPollster):
|
||||
def get_counters(self, manager, context):
|
||||
try:
|
||||
ips = manager.resources.floating_ip_get_all(context)
|
||||
except exception.NoFloatingIpsDefined:
|
||||
pass
|
||||
except exception.FloatingIpNotFoundForHost:
|
||||
pass
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user