diff --git a/cmd/partition.go b/cmd/partition.go index 2a5490f9..ff9a5e7f 100644 --- a/cmd/partition.go +++ b/cmd/partition.go @@ -135,6 +135,8 @@ func partitionResponseToCreate(r *models.V1PartitionResponse) *models.V1Partitio Mgmtserviceaddress: r.Mgmtserviceaddress, Name: r.Name, Privatenetworkprefixlength: r.Privatenetworkprefixlength, + DNSServers: r.DNSServers, + NtpServers: r.NtpServers, } }