Hi,
I am trying to create a zone with unicode chars in its name using
cloudmonkey.
# cloudmonkey create zone dns1=<IP> dns2=<IP> internaldns1=<IP>
name=monkeyÀçîô
Following error is throw:.
Traceback (most recent call last):
File "/usr/bin/cloudmonkey", line 9, in <module>
load_entry_point('cloudmonkey==5.1.0', 'console_scripts',
'cloudmonkey')()
File
"/usr/lib/python2.6/site-packages/cloudmonkey-5.1.0-py2.6.egg/cloudmonkey/cloudmonkey.py",
line 560, in main
shell.onecmd(' '.join(args))
File "/usr/lib64/python2.6/cmd.py", line 219, in onecmd
return func(arg)
File
"/usr/lib/python2.6/site-packages/cloudmonkey-5.1.0-py2.6.egg/cloudmonkey/cloudmonkey.py",
line 126, in grammar_closure
if self.pipe_runner("%s %s" % (verb, args)):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 79:
ordinal not in range(128)
However i can create a zone with unicode chars through UI.
Does cloudmonkey support parameter values with unicode chars??
Regards,
Pradeep