Files
ironic/ironic/tests/unit/api/v1/test_nodes.py
Edan David f5e6e79e45 Remove unnecessary calls to dict.keys()
It is preferred not to use the keys method when not needed because
the keys() method of dict objects behaves differently
under Python 2 and Python 3
and in most cases using keys is inefficient.

Change-Id: Iee5b2822933ec1b91e847e47c71682cadc26967f
2016-06-27 09:23:02 -04:00

124 KiB