openstack-python-openstackc.../openstackclient
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
..
api Merge "trivial: remove commented-out code" 2018-12-30 14:30:28 +00:00
common Make use of keystoneauth service-type filtering for versions 2018-10-19 07:55:41 -05:00
compute fix multiple server delete produce multiple new lines 2019-01-16 19:33:56 +00:00
identity Merge "Modify the help message for 'registered limit set'" 2018-12-18 07:17:25 +00:00
image image/v2: support multiple property filters 2018-11-07 14:55:51 +01:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Remove str() when setting network objects names 2019-02-13 10:43:11 +01:00
object Allow objects to be streamed to stdout 2017-07-05 20:08:18 -03:00
tests More state handling in volume transfer requests functional tests 2019-02-06 15:40:25 -06:00
volume Add volume backup import/export commands 2018-11-10 02:11:04 -06:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Useless line of code in shell.py 2017-09-08 06:28:15 +00:00