Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Incorrect image name shown for instance #250

Open
markdryan opened this issue Jan 12, 2017 · 1 comment
Open

Incorrect image name shown for instance #250

markdryan opened this issue Jan 12, 2017 · 1 comment
Labels

Comments

@markdryan
Copy link

I started the web-ui, and created two Fedora instances. The instances were created correctly. If I look at the launcher logs I can see that we are indeed running two fedora instances. However, the image name displayed in the web-ui against these instances suggests that we're running clear instances.

Here's what I see in the web-ui

0ded1a9b-01f1-45cf-828f-e692a8db3a45	active	8d65db99-b2c6-43f9-b982-149d18d8feca	172.16.0.3	02:00:ac:10:00:03	Clear Cloud

If we switch to the command line we can see that instance 0ded1a9b-01f1-45cf-828f-e692a8db3a45 is actually based on Fedora

$ ciao-cli instance show --instance 0ded1a9b-01f1-45cf-828f-e692a8db3a45 -f '{{println .Flavor.ID}}'
79034317-3beb-447e-987d-4e310a8cf410
$ ciao-cli workload list -f '{{select (filter . "ID" "79034317-3beb-447e-987d-4e310a8cf410") "Name"}}'
Fedora 24 Cloud
@markdryan
Copy link
Author

I saw this bug on the development branch. I built the latest version with make install-dev and tested on Single VM.

@markdryan markdryan added the bug label Jan 12, 2017
@jorgevgut jorgevgut added this to the 2017 - sprint 1 milestone Jan 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants