Comment 2 for bug 2043674

Revision history for this message
Kenton McDonough (kent07) wrote :

+1

This same problem applies when trying to set the `hostname` parameter, I get

`Additional properties are not allowed ('OS-EXT-SRV-ATTR:hostname' was unexpected)`

There appear to be some checks done here https://github.com/openstack/openstacksdk/blob/8378110c1ad5abd7a58677369825dbadab461916/openstack/compute/v2/server.py#L277 for similar cases where the attribute name returned from the server is different than the expected name in the request. I think we should add these two attributes to that same check list