openstack-python-openstackc.../openstackclient/network
Bernard Cafarelli 05521bf84c
Remove str() when setting network objects names
Most network commands use str() on name argument, which fails on python
2 with Unicode characters. This comes from parsed arguments so does not
actually need this call.

Sample command failing with current code:
openstack network create test_unicode™

Change-Id: Ie10b67864c912ee5c33e90b10c3d9705ee8307e7
Story: 2004356
Task: 27955
2019-02-13 10:43:11 +01:00
..
v2 Remove str() when setting network objects names 2019-02-13 10:43:11 +01: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 Add dns-domain support to Network object 2018-04-23 08:37:27 +00:00
sdk_utils.py Avoid default mutable values in arguments 2017-10-10 14:04:40 +01:00
utils.py Refactor security group show to use SDK 2016-03-10 08:33:52 -06:00