Skip to content

Increase limit for designate /recordsets list

Frank Tackitt requested to merge kageurufu/exosphere:designate-limit into master

Overview

Increase limit for designate /recordsets list

The default limit of 20 is not enough to get all recordsets in a zone, the CCR development project has 34 recordsets, and so 14 were being cut off.

This sets a extreme limit of 1,000, matching the Jetstream 2 configured API limit maximum.

How to Test

On master, Open a recently created server on the CCR190024 project, notice that the floating IP address is shown instead of the designate configured hostname.

On this branch, see that the hostname is shown.

Screenshots

image

Merge request reports