The horizon.dashboards.nova.access_and_security.floating_ips.utils ModuleΒΆ

horizon.dashboards.nova.access_and_security.floating_ips.utils.get_int_or_uuid(value)[source]

Check if a value is valid as UUID or an integer.

This method is mainly used to convert floating IP id to the appropriate type. For floating IP id, integer is used in Nova’s original implementation, but UUID is used in Quantum based one.

Previous topic

The horizon.dashboards.nova.access_and_security.floating_ips.views Module

Next topic

The horizon.dashboards.nova.access_and_security.floating_ips.workflows Module

This Page