From Fedora Project Wiki

(errors on testcloud maybe need to fix the wikipage ...)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


[root@desk mythcat]# testcloud instance create Fedora-Cloud-Base-33-20200928.n.0.x86_64 -u Fedora-Cloud-Base-33-20200928.n.0.x86_64.qcow2
[root@desk mythcat]# testcloud instance create Fedora-Cloud-Base-33-20200928.n.0.x86_64 -u Fedora-Cloud-Base-33-20200928.n.0.x86_64.qcow2
DEBUG:create instance
 
Traceback (most recent call last):
DEBUG:create instance
Traceback (most recent call last):
   File "/usr/bin/testcloud", line 11, in <module>
   File "/usr/bin/testcloud", line 11, in <module>
     load_entry_point('testcloud==0.3.5', 'console_scripts', 'testcloud')()
     load_entry_point('testcloud==0.3.5', 'console_scripts', 'testcloud')()

Latest revision as of 14:55, 3 October 2020

mythcat:I got this errors:

[root@desk mythcat]# testcloud instance create Fedora-Cloud-Base-33-20200928.n.0.x86_64 -u Fedora-Cloud-Base-33-20200928.n.0.x86_64.qcow2

DEBUG:create instance
Traceback (most recent call last):
 File "/usr/bin/testcloud", line 11, in <module>
   load_entry_point('testcloud==0.3.5', 'console_scripts', 'testcloud')()
 File "/usr/lib/python3.8/site-packages/testcloud/cli.py", line 357, in main
   args.func(args)
 File "/usr/lib/python3.8/site-packages/testcloud/cli.py", line 65, in _create_instance
   tc_image = image.Image(args.url)
 File "/usr/lib/python3.8/site-packages/testcloud/image.py", line 73, in __init__
   uri_data = self._process_uri(uri)
 File "/usr/lib/python3.8/site-packages/testcloud/image.py", line 97, in _process_uri
   raise TestcloudImageError('invalid uri: only http, https and file uris'

testcloud.exceptions.TestcloudImageError: invalid uri: only http, https and file uris are supported: Fedora-Cloud-Base-33-20200928.n.0.x86_64.qcow2