Fix a minor typo in network_common (#25328)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/25364/head
Abhijeet Kasurde 7 years ago committed by Adrian Likins
parent e28845018d
commit 38775c5363

@ -87,7 +87,7 @@ class ComplexDict(object):
if attr.get('key'):
if self._has_key:
raise ValueError('only one key value can be specified')
self_has_key = True
self._has_key = True
attr['required'] = True
def _dict(self, value):

Loading…
Cancel
Save