[2.3] Cannot use fqdn parameter when creating dnsresource-records

Bug #1712917 reported by Andres Rodriguez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MAAS
Invalid
High
Unassigned

Bug Description

When creating dnsresource-records, we can't create one using the 'fqdn' parameter. For example, if I do the following, it doesn't work:

ubuntu@maas00:~$ maas admin dnsresource-records create fqdn=mx.maas00.maas rrtype=mx rrdata='10 mail.maas00.maas'
Not Found

But if I do this instead, it works:

ubuntu@maas00:~$ maas admin dnsresource-records create name=mx.maas00 domain=maas rrtype=mx rrdata='10 mail.maas00.maas'
Success.
Machine-readable output follows:
{
    "rrtype": "MX",
    "fqdn": "mx.maas00.maas",
    "id": 12,
    "rrdata": "10 mail.maas00.maas",
    "resource_uri": "/MAAS/api/2.0/dnsresourcerecords/12/",
    "ttl": null
}

Changed in maas:
milestone: none → 2.3.x
milestone: 2.3.x → 2.3.0
importance: Undecided → High
status: New → Triaged
importance: High → Medium
Changed in maas:
milestone: 2.3.0 → 2.3.x
Changed in maas:
milestone: 2.3.x → 2.5.x
Changed in maas:
importance: Medium → High
milestone: 2.5.x → 2.5.0
milestone: 2.5.0 → 2.5.0rc1
Changed in maas:
milestone: 2.5.0rc1 → 2.5.0
Changed in maas:
milestone: 2.5.0 → 2.5.x
Revision history for this message
Adam Collard (adam-collard) wrote :

This bug has not seen any activity in the last 6 months, so it is being automatically closed.

If you are still experiencing this issue, please feel free to re-open.

MAAS Team

Changed in maas:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.