Shows no provider or images
See original GitHub issueHi, i just installed vmango. configured it and started the server i can login but cannot see any provider (LOCAL1) isn’t showing up. i checked the storage pool. checked the network. restarted vmango but cannot see anything.
listen = "127.0.0.1:8000"
session_secret = "shdihvidi"
static_cache = "24h"
# trusted_proxies = ["127.0.0.1"]
# ssl_key = "test_ssl_key.pem"
# ssl_cert = "test_ssl_cert.pem"
hypervisor "LOCALjk" {
url = "qemu:///system"
image_storage_pool = "vmango-images"
root_storage_pool = "default"
network = "vmango"
vm_template = "vm.xml.in"
volume_template = "volume.xml.in"
}
user "admin" {
password = "$2a$10$UJzjXoWvraZ3o8as7sULtO77KYbGBYjI/DkojHiuDqxmV8aLZiSXq"
}
plan "small" {
memory = 512
cpus = 1
disk_size = 5
}
plan "medium" {
memory = 512
cpus = 1
disk_size = 10
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Angular 4 :Unable to open 'image.png': no provider for the image
Put your image in assets folder and give path something like this <img width="300" alt="Angular Logo" src="/assets/images/image.png">.
Read more >No Provider For Image Service · Issue #158 - GitHub
Same case, I am using Angular 4, if I import as ImageUploadModule.forRoot() I get the error: compiler.es5.js:1694 Uncaught Error: Unexpected ...
Read more >NG0201: No provider for {token} found! - Angular
You see this error when you try to inject a service but have not declared a corresponding provider. A provider is a mapping...
Read more >Antivirus not visible on Windows security app and no providers.
First off it's not visible in the overview and when I go to take a look at the security providers it says "No...
Read more >Provider IDs - MINDBODY Support
User-added image. Enter the staff member's provider ID number in the box. It must be numeric-only and have exactly 10 digits. Then click...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
don’t worry 😃
Yeah, that was the problem. i feel very stupid now.