openstack-python-openstackc.../openstackclient/network
songwenping c2df9215e1 Remove usage of six
With python3.x, classes can use 'metaclass=' instead of
'six.add_metaclass', 'six.iteritems' and 'six.iterkeys' can
be replaced by 'items' and 'keys', 'six.moves.urllib.parse'
can be replaced by 'urllib.parse', 'six.StringIO' and
'six.moves.cStringIO' can be replaced by 'io.StringIO',
'six.text_type' and 'six.string_type' are just 'str'.

Change-Id: I84848c0bf8ab3c36dd821141191e2725e4e3b58b
2020-10-07 02:15:25 +00:00
..
v2 Merge "Support tagging Neutron ports on creation" 2020-09-13 20:34:00 +00:00
__init__.py Network CRUD 2014-06-24 15:00:25 -06:00
client.py Make Profile fallback go bye-bye 2018-03-14 10:57:13 -05:00
common.py Remove usage of six 2020-10-07 02:15:25 +00:00
sdk_utils.py Don't display Munch objects in the output 2020-06-17 10:09:36 +00:00
utils.py Refactor security group show to use SDK 2016-03-10 08:33:52 -06:00