Comment 1 for bug 1231704

Revision history for this message
Akihiro Motoki (amotoki) wrote : Re: Exception when editing a Load balancer VIP

I am not sure this is a horizon bug or neutron bug.

In the current implementation, when session_persistence is not specified, neutron returns a VIP without 'session_persistence' attribute. 'session_persistence' is declared as visible in extensions/loadbalancer.py.

My question is Neutron should returns a attribute even when the attribute is NULL or empty or Neutron MAY omit such attribute in the response. IMO, all visible attributes should exist in the response.