Nathan Castelein

Results 3 issues of Nathan Castelein

For #1889 API doc: https://docs.openstack.org/api-ref/identity/v3-ext/index.html#os-ep-filter-api API calls: https://github.com/openstack/keystone/blob/ba2e4b83e88d5c1576e9d2cd6a760367deef3a62/keystone/api/os_ep_filter.py#L68-L79 Structures: https://github.com/openstack/keystone/blob/ba2e4b83e88d5c1576e9d2cd6a760367deef3a62/keystone/catalog/backends/sql.py#L605 EndpointGroupFilter structure: https://github.com/openstack/keystone/blob/ba2e4b83e88d5c1576e9d2cd6a760367deef3a62/keystone/api/os_ep_filter.py#L54 Note: this is a new proposal based on this PR: https://github.com/gophercloud/gophercloud/pull/1893 I took care of the latests...

While trying to override the `servers.Server` object to make the `Addresses` field easier to access to, I raised a strange behaviour in `extractIntoPtr` method: https://github.com/gophercloud/gophercloud/blob/e2dceb1b9e0b3d2ec714f59139bb7ce7de822bd7/results.go#L65 If I use an anonymous...

The new validator package (v9) introduces the ```oneof``` tag: https://godoc.org/gopkg.in/go-playground/validator.v9#hdr-One_Of There is no more need to document the ```tonic``` enum tag IMO.