nuagenetworks / vspk-python

A Python library for managing Nuage through its API
http://www.nuagenetworks.net
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

NUDomain object has no advertise_criteria attribute #11

Closed hellt closed 7 years ago

hellt commented 7 years ago

@pdellaert hi, 4.0.7 && 4.0.8

In GUI we can instantiate Hub L3 domain w/ specific advertise criteria

image

This results in API call containing advertiseCriteria attr

image

yet it seems like domain specification and VSPK has no such attribute specified for nudomain object, thus we cant configure this particular property of a domain

Edit: probably this should be rather opened under vsd-api-specifications

pdellaert commented 7 years ago

Hi @hellt,

Thank you for opening this. I'm reporting this back and making sure this is fixed in the next releases.

yes it is better to be moved to vsd-api-specifications, but it's fine for this issue, no need to move :).

Cheers!

hellt commented 7 years ago

Hi, tested with 5.0.1, works fine, thanks. Closing this issue.