topology: treat server suffix as multivalued attribute in API

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Petr Vobornik
2015-10-29 19:01:09 +01:00
parent b4aa222e42
commit c688954c27
4 changed files with 5 additions and 5 deletions

View File

@@ -220,7 +220,7 @@ return {
{ name: 'cn', read_only: true },
{ name: 'ipamindomainlevel', read_only: true },
{ name: 'ipamaxdomainlevel', read_only: true },
{ name: 'iparepltopomanagedsuffix', read_only: true }
{ $type: 'multivalued', name: 'iparepltopomanagedsuffix', read_only: true }
]
}
]