openstack-python-openstackc.../openstackclient/network
Tang Chen dc7e4fc15d Fix dict.keys() compatibility for python 3
In Python 2, dict.keys() will return a list.
But in Python 3, it will return an iterator.
So we need to fix all the places that assuming
dict.keys() is a list.

Change-Id: I8d1cc536377b3e5c644cfaa0892e40d0bd7c11b1
Closes-Bug: #1556350
2016-03-12 10:58:28 +08:00
..
v2 Fix dict.keys() compatibility for python 3 2016-03-12 10:58:28 +08:00
__init__.py Network CRUD 2014-06-24 15:00:25 -06:00
client.py Migrate network client to SDK. 2015-12-09 09:30:29 +08:00
common.py Merge "Refactor security group rule delete to use SDK" 2016-02-18 09:03:27 +00:00
utils.py Refactor security group show to use SDK 2016-03-10 08:33:52 -06:00