#90 -u fedora:latest doen't work
Closed: Fixed by frantisekz. Opened by lnie.

[lnie@dell-r430-20 testcloud]$ python run_testcloud.py instance create -u fedora:latest
DEBUG:create instance
DEBUG:Starting new HTTPS connection (1): packager.fedorainfracloud.org:5000
DEBUG:https://packager.fedorainfracloud.org:5000 "GET /api/v1/releases HTTP/1.1" 301 169
DEBUG:Starting new HTTPS connection (1): packager-dashboard.fedoraproject.org:443
DEBUG:https://packager-dashboard.fedoraproject.org:443 "GET /api/v1/releases HTTP/1.1" 503 None
Couldn't fetch the latest Fedora release...
Expected format is 'fedora:XX' where XX is version number or 'latest' or 'qa-matrix'.
ERROR:Couldn't find the desired image...

There are actually two problems:1.latest doesn't work,2. the output claims "Expected format is 'fedora:XX' where XX is version number or 'latest' or 'qa-matrix'.",though latest is given

I can work on this,after #88 is merged^^


This was caused by oraculum issues we've faced today throughout the morning after some deployment changes.

The issues with oraculum were solved and fedora:latest works now.

Metadata Update from @frantisekz:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

yeah,confirmed, but I think we'd better change the confusing "print("Expected format is 'fedora:XX' where XX is version number or 'latest' or 'qa-matrix'.")" message to something like "print("You may want to try fedora:xx,where xx is version number or 'qa-matrix'") .
It may not deserve a PR,we can update it together with other stuff.

yeah,confirmed, but I think we'd better change the confusing "print("Expected format is 'fedora:XX' where XX is version number or 'latest' or 'qa-matrix'.")" message to something like "print("You may want to try fedora:xx,where xx is version number or 'qa-matrix'") .
It may not deserve a PR,we can update it together with other stuff.

Yeah, I can tweak wording a bit, it's not a huge deal, I wouldn't call the current messaging confusing.

Metadata